body {
    background-color: #f6fbff;
}

body {
    font-family: Golos Text;
}

.sqanhpen5i {
    font-family: 'Golos Text', sans-serif;
    font-size: 4rem;
    line-height: .89;
    letter-spacing: -0.05em;
}

.sqanhpen5i>.i8vx2co6jy {
    font-size: 5rem;
}

.fqncf6pjec {
    font-family: 'Golos Text', sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.fqncf6pjec>.i8vx2co6jy {
    font-size: 4.375rem;
}

.thx4gm2nz9 {
    font-family: 'Golos Text', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
}

.thx4gm2nz9>.i8vx2co6jy {
    font-size: 1.25rem;
}

.apsoq42wpb {
    font-family: 'Golos Text', sans-serif;
    font-size: 1.5rem;
    line-height: 1.56;
    letter-spacing: -0.01em;
}

.apsoq42wpb>.i8vx2co6jy {
    font-size: 1.875rem;
}

.v92jwyqowc {
    font-family: 'Golos Text', sans-serif;
    font-size: 1.2rem;
    line-height: 1.53;
    letter-spacing: -0.01em;
}

.v92jwyqowc>.i8vx2co6jy {
    font-size: 1.5rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .sqanhpen5i {
        font-size: 3.2rem;
    }
}

@media (max-width: 768px) {
    .sqanhpen5i {
        font-size: 2.8rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }

    .fqncf6pjec {
        font-size: 2.8rem;
        font-size: calc(1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
    }

    .thx4gm2nz9 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }

    .apsoq42wpb {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .v92jwyqowc {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.hf8tbf6n0x {
    padding: 0.6rem 1.2rem;
    border-radius: 200px;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 200px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 200px;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 200px;
}

.bg-primary {
    background-color: #cdb4db !important;
}

.bg-success {
    background-color: #76e6b2 !important;
}

.bg-info {
    background-color: #65def7 !important;
}

.bg-warning {
    background-color: #ffd75d !important;
}

.bg-danger {
    background-color: #e77580 !important;
}

.qpmwmp4k3m,
.qpmwmp4k3m:active {
    background-color: #cdb4db !important;
    border-color: #cdb4db !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.qpmwmp4k3m:hover,
.qpmwmp4k3m:focus,
.qpmwmp4k3m.focus,
.qpmwmp4k3m.active {
    color: #ffffff !important;
    background-color: #a679bf !important;
    border-color: #a679bf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.qpmwmp4k3m.ycp0vsvj4y,
.qpmwmp4k3m:disabled {
    color: #ffffff !important;
    background-color: #a679bf !important;
    border-color: #a679bf !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #e1bcc9 !important;
    border-color: #e1bcc9 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: #c68099 !important;
    border-color: #c68099 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.ycp0vsvj4y,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #c68099 !important;
    border-color: #c68099 !important;
}

.bicwpfksa5,
.bicwpfksa5:active {
    background-color: #65def7 !important;
    border-color: #65def7 !important;
    color: #054a58 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.bicwpfksa5:hover,
.bicwpfksa5:focus,
.bicwpfksa5.focus,
.bicwpfksa5.active {
    color: #ffffff !important;
    background-color: #13ccf3 !important;
    border-color: #13ccf3 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.bicwpfksa5.ycp0vsvj4y,
.bicwpfksa5:disabled {
    color: #054a58 !important;
    background-color: #13ccf3 !important;
    border-color: #13ccf3 !important;
}

.btn-success,
.btn-success:active {
    background-color: #76e6b2 !important;
    border-color: #76e6b2 !important;
    color: #0e4f31 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #2dd989 !important;
    border-color: #2dd989 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.ycp0vsvj4y,
.btn-success:disabled {
    color: #0e4f31 !important;
    background-color: #2dd989 !important;
    border-color: #2dd989 !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #ffd75d !important;
    border-color: #ffd75d !important;
    color: #5d4600 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #ffc206 !important;
    border-color: #ffc206 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.ycp0vsvj4y,
.btn-warning:disabled {
    color: #5d4600 !important;
    background-color: #ffc206 !important;
    border-color: #ffc206 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #e77580 !important;
    border-color: #e77580 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #da2b3c !important;
    border-color: #da2b3c !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.ycp0vsvj4y,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #da2b3c !important;
    border-color: #da2b3c !important;
}

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.ycp0vsvj4y,
.btn-white:disabled {
    color: #7a7a7a !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.ycp0vsvj4y,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #cdb4db;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #a679bf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-primary-outline.ycp0vsvj4y,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #cdb4db !important;
    border-color: #cdb4db !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #e1bcc9;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #c68099 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-secondary-outline.ycp0vsvj4y,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #e1bcc9 !important;
    border-color: #e1bcc9 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #65def7;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #13ccf3 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-info-outline.ycp0vsvj4y,
.btn-info-outline:disabled {
    color: #054a58 !important;
    background-color: #65def7 !important;
    border-color: #65def7 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #76e6b2;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #2dd989 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-success-outline.ycp0vsvj4y,
.btn-success-outline:disabled {
    color: #0e4f31 !important;
    background-color: #76e6b2 !important;
    border-color: #76e6b2 !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #ffd75d;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffc206 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-warning-outline.ycp0vsvj4y,
.btn-warning-outline:disabled {
    color: #5d4600 !important;
    background-color: #ffd75d !important;
    border-color: #ffd75d !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #e77580;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #da2b3c !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger-outline.ycp0vsvj4y,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #e77580 !important;
    border-color: #e77580 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-black-outline.ycp0vsvj4y,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-white-outline.ycp0vsvj4y,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.i8ettqza5f {
    color: #cdb4db !important;
}

.text-secondary {
    color: #e1bcc9 !important;
}

.text-success {
    color: #76e6b2 !important;
}

.text-info {
    color: #65def7 !important;
}

.text-warning {
    color: #ffd75d !important;
}

.text-danger {
    color: #e77580 !important;
}

.text-white {
    color: #fafafa !important;
}

.qeireodloz {
    color: #232323 !important;
}

a.i8ettqza5f:hover,
a.i8ettqza5f:focus,
a.i8ettqza5f.active {
    color: #9f6fba !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #c17690 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #26d081 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #0cc4ea !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #f6b900 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #d22435 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #c7c7c7 !important;
}

a.qeireodloz:hover,
a.qeireodloz:focus,
a.qeireodloz.active {
    color: #000000 !important;
}

a[class*="text-"]:not(.o202rfngmn):not(.dropdown-item):not([role]):not(.bvrpsdywta) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.o202rfngmn):not(.dropdown-item):not([role]):not(.bvrpsdywta):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.nav-tabs .o202rfngmn.active {
    color: #cdb4db;
}

.nav-tabs .o202rfngmn:not(.active) {
    color: #232323;
}

.g637y00t7b {
    background-color: #70c770;
}

.alert-info {
    background-color: #65def7;
}

.alert-warning {
    background-color: #ffd75d;
}

.d7p694p3gq {
    background-color: #e77580;
}

.mbr-gallery-filter li.active .hf8tbf6n0x {
    background-color: #cdb4db;
    border-color: #cdb4db;
    color: #ffffff;
}

.mbr-gallery-filter li.active .hf8tbf6n0x:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #cdb4db;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.w7qril94ab {
    font-family: 'Golos Text', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.w7qril94ab>.i8vx2co6jy {
    font-size: 1.25rem;
}

.w7qril94ab:hover,
.w7qril94ab:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #cdb4db !important;
}

.w7qril94ab:-webkit-input-placeholder {
    font-family: 'Golos Text', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.w7qril94ab:-webkit-input-placeholder>.i8vx2co6jy {
    font-size: 1.25rem;
}

blockquote {
    border-color: #cdb4db;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #cdb4db;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #cdb4db;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #cdb4db;
    border-bottom-color: #cdb4db;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #000000 !important;
    background-color: #cdb4db !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #e1bcc9 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cdb4db' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.b9jadfgroj .hf8tbf6n0x,
.mbr-section-btn-main .hf8tbf6n0x {
    min-width: 148px;
    max-height: 55px;
    font-weight: 400;
    box-shadow: none;
}

.b9jadfgroj .hf8tbf6n0x:hover,
.mbr-section-btn-main .hf8tbf6n0x:hover {
    box-shadow: none;
}

.b9jadfgroj .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
    border-color: #cdb4db;
}

.b9jadfgroj .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
    border-color: #e1bcc9;
}

.b9jadfgroj .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
    border-color: #76e6b2;
}

.b9jadfgroj .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
    border-color: #65def7;
}

.b9jadfgroj .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
    border-color: #ffd75d;
}

.b9jadfgroj .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
    border-color: #e77580;
}

.ai83deo77l .urhh1df51d img {
    height: 3rem;
}

.ai83deo77l .xv6l6gux5y {
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    border-bottom-width: 0px;
}

.ai83deo77l .xv6l6gux5y.opened {
    transition: all 0.3s;
}

.ai83deo77l .xv6l6gux5y .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.ai83deo77l .xv6l6gux5y .ypd5ercune img {
    width: auto;
    object-fit: cover;
}

.ai83deo77l .xv6l6gux5y .dmxylrwxm7 {
    z-index: 1;
    justify-content: right;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 {
    justify-content: center;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 .sm25anji4o .o202rfngmn::before {
    display: none;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .ai83deo77l .xv6l6gux5y.ua5v3v2gg8.opened:not(.navbar-short) .dmxylrwxm7 {
        max-height: calc(98.5vh - 3rem);
    }
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 .dropdown-menu .dropdown-item:after {
    right: auto;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 ul.yyyhqjxjnv li {
    margin: auto;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: left;
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding: 0;
}

@media (max-width: 991px) {
    .ai83deo77l .xv6l6gux5y {
        min-height: 70px;
    }

    .ai83deo77l .xv6l6gux5y .sm25anji4o .o202rfngmn::before {
        display: none;
    }

    .ai83deo77l .xv6l6gux5y.opened .dropdown-menu {
        top: 0;
    }

    .ai83deo77l .xv6l6gux5y .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .ai83deo77l .xv6l6gux5y .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .ai83deo77l .xv6l6gux5y .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .ai83deo77l .xv6l6gux5y .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .ai83deo77l .xv6l6gux5y .ypd5ercune img {
        height: 3rem !important;
    }

    .ai83deo77l .xv6l6gux5y ul.yyyhqjxjnv {
        overflow: hidden;
    }

    .ai83deo77l .xv6l6gux5y ul.yyyhqjxjnv li {
        margin: 0;
    }

    .ai83deo77l .xv6l6gux5y .dropdown-menu .dropdown-item {
        padding: 0 !important;
        text-align: left;
        margin: 0;
        margin-top: 8px;
    }

    .ai83deo77l .xv6l6gux5y .uoq36cnx37 {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
        padding-left: 1rem;
    }

    .ai83deo77l .xv6l6gux5y .md4zxb5957 {
        flex-basis: auto;
    }

    .ai83deo77l .xv6l6gux5y .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding: 0;
    }

    .ai83deo77l .xv6l6gux5y .dmxylrwxm7 {
        padding: 15px 0;
        border-radius: 25px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .ai83deo77l .xv6l6gux5y .uoq36cnx37 {
        width: calc(100% - 31px);
    }
}

.ai83deo77l .ezj238f106 {
    position: relative !important;
}

.ai83deo77l .ezj238f106 {
    position: absolute !important;
}

.ai83deo77l .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.ai83deo77l .dropdown-menu {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

@media (min-width: 1200px) {
    .ai83deo77l .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: 72px !important;
        left: -40px !important;
    }

    .ai83deo77l .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ai83deo77l .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: 40px !important;
        left: -40px !important;
    }

    .ai83deo77l .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

.ai83deo77l .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
    opacity: 0.7;
    border: none;
    font-weight: 400 !important;
}

.ai83deo77l .dropdown-item:hover,
.ai83deo77l .dropdown-item:focus {
    font-weight: 700;
    opacity: 1;
}

.ai83deo77l .dropdown-item:hover span {
    font-weight: 700;
    opacity: 1;
}

.ai83deo77l .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ai83deo77l .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ai83deo77l .xwch5gg9kd .yeu61v54y4 {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

.ai83deo77l .xwch5gg9kd .yeu61v54y4.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.ai83deo77l .o202rfngmn {
    position: relative;
}

.ai83deo77l .a2ib0s8iap {
    display: flex;
    margin: auto;
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .ai83deo77l .a2ib0s8iap {
        flex-wrap: wrap;
    }
}

.ai83deo77l .y6l5ls4puh {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .ai83deo77l .y6l5ls4puh {
        flex-wrap: wrap;
    }
}

.ai83deo77l .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.ai83deo77l .bvrpsdywta {
    color: #181818;
}

.ai83deo77l .yyyhqjxjnv {
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .ai83deo77l .yyyhqjxjnv {
        margin: 0;
    }
}

.ai83deo77l .dropdown-menu,
.ai83deo77l .xv6l6gux5y.opened {
    background: #ffffff !important;
    background-color: true !important;
}

.ai83deo77l .sm25anji4o:focus,
.ai83deo77l .o202rfngmn:focus {
    outline: none;
}

.ai83deo77l .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.ai83deo77l .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.ai83deo77l .dropdown .dropdown-menu .dropdown-item .i8vx2co6jy {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.ai83deo77l .dropdown .dropdown-menu .dropdown-item .i8vx2co6jy:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.ai83deo77l .ua5v3v2gg8 .dropdown-menu .dropdown-item:before {
    display: none;
}

.ai83deo77l .ua5v3v2gg8 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.ai83deo77l .uoq36cnx37 {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.ai83deo77l .uoq36cnx37 .bvrpsdywta {
    line-height: inherit !important;
}

.ai83deo77l .uoq36cnx37 .ypd5ercune a {
    outline: none;
}

.ai83deo77l .dropdown-item.active,
.ai83deo77l .dropdown-item:active {
    background-color: transparent;
}

.ai83deo77l .pgqs0j2w4o .yyyhqjxjnv .o202rfngmn {
    padding: 0;
}

.ai83deo77l .xwch5gg9kd .yeu61v54y4.dropdown-toggle {
    margin-right: 1.667em;
}

.ai83deo77l .xwch5gg9kd .yeu61v54y4.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.ai83deo77l .xv6l6gux5y.pgqs0j2w4o .dropdown .dropdown-menu {
    background: #ffffff;
}

.ai83deo77l .xv6l6gux5y.pgqs0j2w4o .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.ai83deo77l .xv6l6gux5y .dropdown.open>.dropdown-menu {
    display: block;
}

.ai83deo77l ul.yyyhqjxjnv {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.ai83deo77l .qq70wjmzat {
    text-align: center;
    min-width: 170px;
    display: flex;
}

.ai83deo77l button.md4zxb5957 {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.ai83deo77l button.md4zxb5957 .gos4baqvr2 span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.ai83deo77l button.md4zxb5957 .gos4baqvr2 span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.ai83deo77l button.md4zxb5957 .gos4baqvr2 span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.ai83deo77l button.md4zxb5957 .gos4baqvr2 span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.ai83deo77l button.md4zxb5957 .gos4baqvr2 span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.ai83deo77l nav.opened .gos4baqvr2 span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.ai83deo77l nav.opened .gos4baqvr2 span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.ai83deo77l nav.opened .gos4baqvr2 span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.ai83deo77l nav.opened .gos4baqvr2 span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.ai83deo77l .ezj238f106 {
    padding: 0 0rem;
}

.ai83deo77l a.o202rfngmn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai83deo77l .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ai83deo77l .xv6l6gux5y {
        height: 70px;
    }

    .ai83deo77l .xv6l6gux5y.opened {
        height: auto;
    }

    .ai83deo77l .sm25anji4o .o202rfngmn:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.ai83deo77l .xv6l6gux5y .dmxylrwxm7 {
    padding: 12px 0;
}

.ai83deo77l .sm25anji4o {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .ai83deo77l .sm25anji4o {
        margin: 4px 20px;
        padding: 35px 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .ai83deo77l .sm25anji4o {
        margin: 4px 20px !important;
        padding: 10px 0px !important;
    }
}

@media (max-width: 991px) {

    .ai83deo77l .menu_box .xv6l6gux5y.opened,
    .ai83deo77l .menu_box .dmxylrwxm7 {
        background-color: transparent !important;
        transition: all 0s ease 0s;
    }
}

.ai83deo77l .xv6l6gux5y.ua5v3v2gg8 {
    padding: 28px 0px;
}

@media (max-width: 991px) {
    .ai83deo77l .xwch5gg9kd .yeu61v54y4 {
        padding: 10px 0px !important;
    }

    .ai83deo77l a.o202rfngmn {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .ai83deo77l .xv6l6gux5y .icons-menu {
        display: flex;
        justify-content: flex-start;
        margin: 15px 0px;
    }
}

.ai83deo77l .ezj238f106 .bvrpsdywta {
    font-weight: 400;
}

.yzjp4kmhy8 {
    background-color: transparent;
}

.yzjp4kmhy8 .y6l5ls4puh {
    padding-right: 0;
}

@media (max-width: 992px) {
    .yzjp4kmhy8 .y6l5ls4puh {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.yzjp4kmhy8 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.yzjp4kmhy8 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.yzjp4kmhy8 .zf9bekwdj7 {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .yzjp4kmhy8 .zf9bekwdj7 {
        padding: 0 0px;
    }
}

.yzjp4kmhy8 .zo2571i2xs {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .yzjp4kmhy8 .zf9bekwdj7 {
        margin-top: 3rem;
    }
}

.yzjp4kmhy8 .zf9bekwdj7 {
    width: 100%;
}

.yzjp4kmhy8 .zf9bekwdj7 .b3paermh9w {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .yzjp4kmhy8 .zf9bekwdj7 .b3paermh9w {
        margin-bottom: 20px;
    }
}

.yzjp4kmhy8 .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .yzjp4kmhy8 .zf9bekwdj7 .d4jurcsc0j {
        margin-bottom: 20px;
    }
}

.yzjp4kmhy8 .zf9bekwdj7 .hckcmljf63 {
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .yzjp4kmhy8 .zf9bekwdj7 .hckcmljf63 {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .yzjp4kmhy8 .l1mhew9cnx {
        margin-top: 40px;
    }
}

.yzjp4kmhy8 .l1mhew9cnx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yzjp4kmhy8 .b3paermh9w {
    color: #000000;
}

.yzjp4kmhy8 .d4jurcsc0j {
    color: #181818;
}

.yzjp4kmhy8 .hckcmljf63 {
    color: #000000;
}

.yzjp4kmhy8 .d4jurcsc0j,
.yzjp4kmhy8 .b9jadfgroj {
    color: #000000;
}

.n9m3dxvch6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.n9m3dxvch6 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.n9m3dxvch6 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n9m3dxvch6 .okr3vh2m2d {
    justify-content: center;
}

.n9m3dxvch6 .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .n9m3dxvch6 .okr3vh2m2d {
        padding: 0 12px;
    }
}

.n9m3dxvch6 .vhcziyolxl {
    z-index: 1;
}

.n9m3dxvch6 .kk0aljtc8m {
    z-index: 1;
    padding-right: 32px;
}

@media (max-width: 992px) {
    .n9m3dxvch6 .kk0aljtc8m {
        padding-right: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .n9m3dxvch6 .kk0aljtc8m {
        padding: 0 12px;
    }
}

.n9m3dxvch6 .eddsefa25y {
    z-index: 1;
    padding-left: 32px;
}

@media (max-width: 992px) {
    .n9m3dxvch6 .eddsefa25y {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .n9m3dxvch6 .eddsefa25y {
        padding: 0 12px;
    }
}

.n9m3dxvch6 .e0fj7wzwsq {
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-bottom: 46px;
}

.n9m3dxvch6 .b3paermh9w {
    margin-bottom: 64px;
    color: #000000;
}

.n9m3dxvch6 .drf9o11i32 {
    width: 100%;
    display: block;
    margin-bottom: 64px;
}

.n9m3dxvch6 .drf9o11i32:hover .onmd63rmpx {
    color: #cdb4db;
}

.n9m3dxvch6 .drf9o11i32:hover .onmd63rmpx span {
    color: #cdb4db;
}

.n9m3dxvch6 .drf9o11i32 .onmd63rmpx {
    transition: all 0.3s ease;
    margin-bottom: 62px;
}

.n9m3dxvch6 .drf9o11i32 .onmd63rmpx span {
    margin-left: 1px;
    font-size: 13px;
}

.n9m3dxvch6 .ijhnw4lqq0 .jh5xnptkno {
    width: 100%;
    display: block;
}

.n9m3dxvch6 .ijhnw4lqq0 .jh5xnptkno:hover .l1mhew9cnx img {
    transform: scale(1.1, 1.1);
}

.n9m3dxvch6 .ijhnw4lqq0 .jh5xnptkno:hover .puuw9pm7lx {
    color: #cdb4db;
}

.n9m3dxvch6 .c2yhwy7ifl {
    width: 100%;
    height: 420px;
    margin-bottom: 32px;
}

.n9m3dxvch6 .c2yhwy7ifl .app-video-wrapper {
    height: 100%;
}

.n9m3dxvch6 .c2yhwy7ifl .app-video-wrapper img {
    height: 100%;
    object-fit: cover;
}

.n9m3dxvch6 .c2yhwy7ifl iframe {
    height: 420px !important;
}

@media (max-width: 992px) {
    .n9m3dxvch6 .c2yhwy7ifl iframe {
        height: 210px !important;
    }
}

@media (max-width: 768px) {
    .n9m3dxvch6 .c2yhwy7ifl iframe {
        height: 150px !important;
    }
}

@media (max-width: 992px) {
    .n9m3dxvch6 .c2yhwy7ifl {
        height: 210px;
    }
}

.n9m3dxvch6 .l1mhew9cnx {
    margin-bottom: 32px;
    overflow: hidden;
}

.n9m3dxvch6 .l1mhew9cnx img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .n9m3dxvch6 .l1mhew9cnx img {
        height: 210px;
    }
}

@media (max-width: 768px) {
    .n9m3dxvch6 .l1mhew9cnx img {
        height: 150px;
    }
}

.n9m3dxvch6 .puuw9pm7lx {
    margin-bottom: 24px;
    transition: all 0.3s ease;
    color: #181818;
}

.n9m3dxvch6 .opcllt17lf {
    margin-bottom: 18px;
    color: #181818;
}

.n9m3dxvch6 .person-container .person-wrapper {
    display: inline-flex;
}

.n9m3dxvch6 .person-container .person-wrapper img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px 5px 0 0;
}

.n9m3dxvch6 .person-container .person-wrapper .person-text .mbr-person {
    margin: 0;
}

.n9m3dxvch6 .person-container .person-wrapper .person-text .mbr-person:first-child {
    margin-bottom: -4px;
    transition: all 0.3s ease;
}

.n9m3dxvch6 .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
    opacity: 0.3;
}

.n9m3dxvch6 .onmd63rmpx {
    color: #181818;
    text-align: right;
}

.n9m3dxvch6 .mbr-person {
    color: #000000;
}

.n9m3dxvch6 .hckcmljf63 {
    color: #000000;
}

.n9m3dxvch6 .onmd63rmpx,
.n9m3dxvch6 .i8vx2co6jy {
    color: #000000;
}

.n9m3dxvch6 .puuw9pm7lx,
.n9m3dxvch6 .person-container {
    color: #000000;
}

.n01uw5kyed {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.n01uw5kyed .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.n01uw5kyed .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n01uw5kyed .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .n01uw5kyed .okr3vh2m2d {
        padding: 0 12px;
    }
}

.n01uw5kyed .vhcziyolxl {
    z-index: 1;
}

.n01uw5kyed .zo2571i2xs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.n01uw5kyed .l1mhew9cnx {
    padding-right: 32px;
}

@media (max-width: 992px) {
    .n01uw5kyed .l1mhew9cnx {
        margin-bottom: 32px;
        padding: 0;
    }
}

.n01uw5kyed .l1mhew9cnx img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.n01uw5kyed .z4uekq8kys .fkvtuxd9zb {
    display: flex;
}

.n01uw5kyed .z4uekq8kys .fkvtuxd9zb .xf3i2tdsab {
    margin: 0;
}

.n01uw5kyed .z4uekq8kys .fkvtuxd9zb .xf3i2tdsab:first-child:hover {
    opacity: 0.7;
}

.n01uw5kyed .z4uekq8kys .fkvtuxd9zb .iqfwb9gohy {
    margin: 0 10px;
    font-size: 20px;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .n01uw5kyed .zf9bekwdj7 {
        margin-bottom: 32px;
    }
}

.n01uw5kyed .zf9bekwdj7 .d4jurcsc0j {
    transition: 0.3s ease;
}

.n01uw5kyed .zf9bekwdj7 .d4jurcsc0j:hover {
    opacity: 0.7;
}

.n01uw5kyed .zf9bekwdj7 .hckcmljf63 {
    margin-bottom: 0;
}

.n01uw5kyed .person-container {
    margin-top: 24px;
    margin-bottom: 18px;
}

.n01uw5kyed .person-container .person-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 1rem;
}

@media (max-width: 992px) {
    .n01uw5kyed .person-container .person-wrapper {
        margin-bottom: 8px;
    }
}

.n01uw5kyed .person-container .person-wrapper img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px 5px 0 0;
}

.n01uw5kyed .person-container .person-wrapper .person-text .mbr-person {
    margin: 0;
}

.n01uw5kyed .person-container .person-wrapper .person-text .mbr-person:first-child {
    margin-bottom: -4px;
    transition: all 0.3s ease;
}

.n01uw5kyed .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
    opacity: 0.7;
}

.n01uw5kyed .d4jurcsc0j {
    color: #000000;
}

.n01uw5kyed .xf3i2tdsab,
.n01uw5kyed .iqfwb9gohy {
    color: #181818;
}

.n01uw5kyed .mbr-person {
    color: #181818;
}

.n01uw5kyed .xf3i2tdsab {
    color: #000000;
}

.n01uw5kyed .iqfwb9gohy {
    color: #000000;
}

.jmp0nlueek {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.jmp0nlueek .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.jmp0nlueek .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.jmp0nlueek .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .jmp0nlueek .okr3vh2m2d {
        padding: 0 12px;
    }
}

.jmp0nlueek .vhcziyolxl {
    z-index: 1;
}

.jmp0nlueek .zf9bekwdj7 {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .jmp0nlueek .zf9bekwdj7 {
        margin-bottom: 65px;
    }
}

.jmp0nlueek .zf9bekwdj7 .b3paermh9w {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .jmp0nlueek .zf9bekwdj7 .b3paermh9w {
        margin-bottom: 6.5px;
    }
}

.jmp0nlueek .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 0;
}

.jmp0nlueek .syds088x6r .hckcmljf63 {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .jmp0nlueek .ijhnw4lqq0 {
        margin-top: 48px;
    }
}

.jmp0nlueek .ijhnw4lqq0 .i8vx2co6jy {
    font-size: 30px;
    margin-bottom: 10px;
    color: #a1a1a1;
}

@media (max-width: 992px) {
    .jmp0nlueek .ijhnw4lqq0 .i8vx2co6jy {
        margin-bottom: 8px;
    }
}

.jmp0nlueek .ijhnw4lqq0 .puuw9pm7lx {
    margin-bottom: 16px;
}

.jmp0nlueek .ijhnw4lqq0 .puuw9pm7lx span {
    opacity: 0.6;
}

@media (max-width: 992px) {
    .jmp0nlueek .ijhnw4lqq0 .puuw9pm7lx {
        margin-bottom: 13px;
    }
}

.jmp0nlueek .ijhnw4lqq0 .hckcmljf63 {
    margin-bottom: 0;
}

.jmp0nlueek .e0fj7wzwsq {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .jmp0nlueek .e0fj7wzwsq {
        margin-bottom: 65px;
    }
}

.jmp0nlueek .d4jurcsc0j {
    color: #000000;
}

.jmp0nlueek .b3paermh9w {
    color: #000000;
}

.jmp0nlueek .hckcmljf63 {
    color: #000000;
}

.jmp0nlueek .puuw9pm7lx {
    color: #181818;
}

.jmp0nlueek .opcllt17lf {
    color: #000000;
}

.jmp0nlueek .puuw9pm7lx,
.jmp0nlueek .i8vx2co6jy {
    color: #000000;
}

.txv8qvmfdl {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #011423;
}

.txv8qvmfdl .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.txv8qvmfdl .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.txv8qvmfdl .okr3vh2m2d {
    justify-content: center;
}

.txv8qvmfdl .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .txv8qvmfdl .okr3vh2m2d {
        padding: 0 12px;
    }
}

.txv8qvmfdl .vhcziyolxl {
    z-index: 1;
}

.txv8qvmfdl .ijhnw4lqq0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .txv8qvmfdl .ijhnw4lqq0 {
        margin-top: 0rem;
        margin-bottom: 3rem;
    }
}

.txv8qvmfdl .ijhnw4lqq0 .d4jurcsc0j {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .txv8qvmfdl .ijhnw4lqq0 .d4jurcsc0j {
        margin-bottom: 2rem;
    }
}

.txv8qvmfdl .ijhnw4lqq0 .hckcmljf63 {
    margin-bottom: 0;
}

.txv8qvmfdl .d4jurcsc0j {
    color: #FFFFFF;
}

.txv8qvmfdl .hckcmljf63 {
    color: #FFFFFF;
}

.eog89oz4nd {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("photo-1603197911928-3bf0eaafea32.jpeg");
}

.eog89oz4nd .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.eog89oz4nd .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.eog89oz4nd .okr3vh2m2d {
    justify-content: center;
}

.eog89oz4nd .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .eog89oz4nd .okr3vh2m2d {
        padding: 0 12px;
    }
}

.eog89oz4nd .vhcziyolxl {
    z-index: 1;
}

.eog89oz4nd .b3paermh9w {
    margin-bottom: 46px;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .eog89oz4nd .b3paermh9w {
        margin-bottom: 37px;
    }
}

.eog89oz4nd .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 20px;
}

.eog89oz4nd .syds088x6r .hckcmljf63 {
    margin-bottom: 46px;
    padding-top: 8px;
}

@media (max-width: 992px) {
    .eog89oz4nd .syds088x6r .hckcmljf63 {
        margin-bottom: 37px;
        padding-top: 7px;
    }
}

.eog89oz4nd .d4jurcsc0j {
    color: #ffffff;
}

.eog89oz4nd .hckcmljf63 {
    color: #ffffff;
}

.eog89oz4nd .hckcmljf63,
.eog89oz4nd .b9jadfgroj {
    color: #FFFFFF;
}

.eog89oz4nd .d4jurcsc0j,
.eog89oz4nd .l1mhew9cnx {
    color: #FFFFFF;
}

.wu0xcez6ar {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.wu0xcez6ar .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.wu0xcez6ar .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wu0xcez6ar .b9jadfgroj {
    margin-top: 32px;
}

@media (max-width: 992px) {
    .wu0xcez6ar .b9jadfgroj {
        margin-top: 16px;
    }
}

.wu0xcez6ar .links-container {
    margin-top: 64px;
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .wu0xcez6ar .links-container {
        margin-top: 32px;
    }
}

.wu0xcez6ar .links-container .links-wrapper {
    display: inline-flex;
    align-items: center;
}

.wu0xcez6ar .links-container .links-wrapper .mbr-links {
    margin-bottom: 0;
}

.wu0xcez6ar .links-container .links-wrapper .iqfwb9gohy {
    margin: 0 10px;
}

.wu0xcez6ar .links-container .links-wrapper .i8vx2co6jy {
    display: flex;
    width: 13px;
    font-size: 11px;
    margin-right: 5px;
}

.wu0xcez6ar .links-container .links-wrapper .i8vx2co6jy:hover {
    opacity: 0.7;
}

.wu0xcez6ar .d4jurcsc0j {
    color: #181818;
}

.wu0xcez6ar .mbr-person {
    color: #181818;
}

.wu0xcez6ar .mbr-links,
.wu0xcez6ar .iqfwb9gohy,
.wu0xcez6ar .i8vx2co6jy {
    color: #181818;
}

.wu0xcez6ar .d4jurcsc0j,
.wu0xcez6ar .b9jadfgroj,
.wu0xcez6ar .person-container,
.wu0xcez6ar .links-container {
    text-align: center;
    color: #000000;
}

.wu0xcez6ar .hckcmljf63 {
    text-align: center;
    color: #000000;
}

.wfyxd97vu6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.wfyxd97vu6 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.wfyxd97vu6 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.wfyxd97vu6 .okr3vh2m2d {
    justify-content: center;
}

.wfyxd97vu6 .okr3vh2m2d {
    padding: 0;
}

@media (max-width: 992px) {
    .wfyxd97vu6 .okr3vh2m2d {
        padding: 0 12px;
    }
}

.wfyxd97vu6 .sqox7blvy6 {
    margin-bottom: 40px;
    padding: 0 32px !important;
}

@media (max-width: 992px) {
    .wfyxd97vu6 .sqox7blvy6 {
        padding: 0 12px !important;
    }
}

.wfyxd97vu6 .drf9o11i32 {
    display: block;
}

.wfyxd97vu6 .drf9o11i32:hover img {
    transform: scale(1.1, 1.1);
}

.wfyxd97vu6 .drf9o11i32:hover .qa1ftkw7z5:last-child {
    opacity: 0.7;
}

.wfyxd97vu6 .drf9o11i32:hover .d4jurcsc0j {
    opacity: 0.7;
}

.wfyxd97vu6 .drf9o11i32 .l1mhew9cnx {
    overflow: hidden;
    margin-bottom: 32px;
}

.wfyxd97vu6 .drf9o11i32 .l1mhew9cnx img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.wfyxd97vu6 .drf9o11i32 .fcagdjh51c {
    margin-bottom: 24px;
}

.wfyxd97vu6 .drf9o11i32 .fcagdjh51c .mx8atvm3lz {
    display: flex;
}

.wfyxd97vu6 .drf9o11i32 .fcagdjh51c .mx8atvm3lz .qa1ftkw7z5 {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.wfyxd97vu6 .drf9o11i32 .fcagdjh51c .mx8atvm3lz .iqfwb9gohy {
    margin: 0 10px;
    opacity: 0.3;
}

.wfyxd97vu6 .drf9o11i32 .d4jurcsc0j {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.wfyxd97vu6 .d4jurcsc0j {
    color: #181818;
}

.wfyxd97vu6 .qa1ftkw7z5,
.wfyxd97vu6 .iqfwb9gohy {
    color: #181818;
}

.wfyxd97vu6 .qa1ftkw7z5 {
    color: #000000;
}

.wfyxd97vu6 .iqfwb9gohy {
    color: #000000;
}

.wfyxd97vu6 .d4jurcsc0j,
.wfyxd97vu6 .fcagdjh51c {
    color: #000000;
}

.gqoku3xg48 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #011423;
}

.gqoku3xg48 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.gqoku3xg48 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gqoku3xg48 .okr3vh2m2d {
    justify-content: center;
}

.gqoku3xg48 .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .gqoku3xg48 .okr3vh2m2d {
        padding: 0 12px;
    }
}

.mhwwb0t89l {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.mhwwb0t89l .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.mhwwb0t89l .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.mhwwb0t89l .okr3vh2m2d {
    justify-content: center;
}

.mhwwb0t89l .okr3vh2m2d {
    padding: 0 2rem;
}

@media (max-width: 992px) {
    .mhwwb0t89l .okr3vh2m2d {
        padding: 0 19px;
    }
}

.mhwwb0t89l .sqox7blvy6 {
    padding: 0 !important;
    height: 230px;
}

@media (max-width: 768px) {
    .mhwwb0t89l .sqox7blvy6 {
        height: 150px;
    }
}

.mhwwb0t89l .vhcziyolxl {
    z-index: 1;
    padding: 0;
}

@media (max-width: 992px) {
    .mhwwb0t89l .vhcziyolxl {
        padding: 0 5px;
    }
}

.mhwwb0t89l .e0fj7wzwsq {
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-bottom: 46px;
}

.mhwwb0t89l .d4jurcsc0j {
    margin-bottom: 64px;
    color: #000000;
}

@media (max-width: 992px) {
    .mhwwb0t89l .d4jurcsc0j {
        margin-bottom: 32px;
    }
}

.mhwwb0t89l .drf9o11i32 {
    width: 100%;
    display: block;
    margin-bottom: 64px;
}

.mhwwb0t89l .drf9o11i32:hover .onmd63rmpx {
    color: #cdb4db;
}

@media (max-width: 992px) {
    .mhwwb0t89l .drf9o11i32 {
        margin-bottom: 32px;
    }
}

.mhwwb0t89l .drf9o11i32 .onmd63rmpx {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.mhwwb0t89l .bhent81ghe {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.mhwwb0t89l .bhent81ghe:hover img {
    transform: scale(1.1, 1.1);
}

.mhwwb0t89l .bhent81ghe img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .mhwwb0t89l .bhent81ghe img {
        height: 150px;
    }
}

.mhwwb0t89l .onmd63rmpx {
    color: #000000;
    text-align: right;
}

.mhwwb0t89l .mbr-like {
    color: #ffffff;
}

.mhwwb0t89l .mbr-comment,
.mhwwb0t89l .i8vx2co6jy {
    color: #ffffff;
}

.g1kyo83dnu {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.g1kyo83dnu .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.g1kyo83dnu .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g1kyo83dnu .okr3vh2m2d {
    justify-content: center;
}

.g1kyo83dnu .okr3vh2m2d {
    padding: 0;
}

@media (max-width: 992px) {
    .g1kyo83dnu .okr3vh2m2d {
        padding: 0 12px;
    }
}

.g1kyo83dnu .vhcziyolxl {
    z-index: 1;
}

.g1kyo83dnu .l1mhew9cnx {
    padding: 32px 16px;
}

@media (max-width: 992px) {
    .g1kyo83dnu .l1mhew9cnx {
        padding: 12px 0;
    }
}

.g1kyo83dnu .l1mhew9cnx img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .g1kyo83dnu .l1mhew9cnx img {
        height: 200px;
    }
}

@media (max-width: 425px) {
    .g1kyo83dnu .l1mhew9cnx img {
        height: 150px;
    }
}

.febkd4dotp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.febkd4dotp .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.febkd4dotp .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.febkd4dotp .okr3vh2m2d {
    justify-content: center;
}

.febkd4dotp .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .febkd4dotp .okr3vh2m2d {
        padding: 0 12px;
    }
}

.febkd4dotp .vhcziyolxl {
    z-index: 1;
}

.febkd4dotp .b3paermh9w {
    margin-bottom: 8px;
    color: #000000;
}

@media (max-width: 992px) {
    .febkd4dotp .b3paermh9w {
        margin-bottom: 6.5em;
    }
}

.febkd4dotp .d4jurcsc0j {
    margin-bottom: 54px;
    color: #000000;
}

@media (max-width: 992px) {
    .febkd4dotp .d4jurcsc0j {
        margin-bottom: 19.5px;
    }
}

.febkd4dotp .hckcmljf63 {
    margin-bottom: 54px;
    color: #000000;
}

@media (max-width: 992px) {
    .febkd4dotp .hckcmljf63 {
        margin-bottom: 44px;
    }
}

.febkd4dotp .sqox7blvy6 {
    margin-bottom: 4rem;
}

.febkd4dotp .sqox7blvy6:nth-child(odd) {
    padding-left: 24px;
}

@media (max-width: 768px) {
    .febkd4dotp .sqox7blvy6:nth-child(odd) {
        padding: 0 12px;
    }
}

.febkd4dotp .sqox7blvy6:nth-child(even) {
    padding-right: 24px;
}

@media (max-width: 768px) {
    .febkd4dotp .sqox7blvy6:nth-child(even) {
        padding: 0 12px;
    }
}

.febkd4dotp .sqox7blvy6 .z9awo8fj4y {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.febkd4dotp .sqox7blvy6 .z9awo8fj4y:hover {
    transform: translateY(-10px);
}

.febkd4dotp .sqox7blvy6 .z9awo8fj4y img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    .febkd4dotp .sqox7blvy6 .z9awo8fj4y img {
        height: 220px;
    }
}

.febkd4dotp .sqox7blvy6 .z9awo8fj4y .do7x6qnv9s {
    margin-bottom: 4px;
}

.febkd4dotp .sqox7blvy6 .z9awo8fj4y .puuw9pm7lx {
    margin-bottom: 0;
}

.febkd4dotp .puuw9pm7lx {
    color: #000000;
}

.febkd4dotp .do7x6qnv9s {
    color: #000000;
}

.cid-v2xbOj7lLe {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-v2xbOj7lLe .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.cid-v2xbOj7lLe .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-v2xbOj7lLe .okr3vh2m2d {
    justify-content: center;
    margin: 0 -24px;
}

.cid-v2xbOj7lLe .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .cid-v2xbOj7lLe .okr3vh2m2d {
        padding: 0 12px;
    }
}

.cid-v2xbOj7lLe .vhcziyolxl {
    z-index: 1;
}

.cid-v2xbOj7lLe .b3paermh9w {
    margin-bottom: 8px;
    color: #000000;
}

@media (max-width: 992px) {
    .cid-v2xbOj7lLe .b3paermh9w {
        margin-bottom: 6.5em;
    }
}

.cid-v2xbOj7lLe .d4jurcsc0j {
    margin-bottom: 54px;
    color: #000000;
}

@media (max-width: 992px) {
    .cid-v2xbOj7lLe .d4jurcsc0j {
        margin-bottom: 19.5px;
    }
}

.cid-v2xbOj7lLe .sqox7blvy6 {
    padding: 0 24px;
    margin-bottom: 4rem;
    transition: all 0.3s ease;
}

.cid-v2xbOj7lLe .sqox7blvy6:hover {
    transform: translateY(-10px);
}

.cid-v2xbOj7lLe .sqox7blvy6 .z9awo8fj4y img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    .cid-v2xbOj7lLe .sqox7blvy6 .z9awo8fj4y img {
        height: 220px;
    }
}

.cid-v2xbOj7lLe .sqox7blvy6 .z9awo8fj4y .mbr-price {
    margin-bottom: 10px;
}

.cid-v2xbOj7lLe .sqox7blvy6 .z9awo8fj4y .puuw9pm7lx {
    margin-bottom: 10px;
}

.cid-v2xbOj7lLe .sqox7blvy6 .z9awo8fj4y .xf3i2tdsab {
    margin-bottom: 10px;
}

.cid-v2xbOj7lLe .puuw9pm7lx {
    color: #181818;
}

.cid-v2xbOj7lLe .mbr-price {
    color: #000000;
}

.cid-v2xbOj7lLe .mbr-card-desc {
    color: #000000;
}

.cid-v2xbOj7lLe .puuw9pm7lx,
.cid-v2xbOj7lLe .b9jadfgroj {
    color: #000000;
}

.fta66ed371 {
    background-color: transparent;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.fta66ed371 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.fta66ed371 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.fta66ed371 .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .fta66ed371 .okr3vh2m2d {
        padding: 0 12px;
    }
}

.fta66ed371 .vhcziyolxl {
    z-index: 1;
}

.fta66ed371 .e0fj7wzwsq {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 32px;
}

.fta66ed371 .z4uekq8kys .fkvtuxd9zb {
    display: inline;
    margin-bottom: 18px;
    justify-content: flex-start;
}

.fta66ed371 .z4uekq8kys .fkvtuxd9zb .xf3i2tdsab {
    display: inline;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.fta66ed371 .z4uekq8kys .fkvtuxd9zb .xf3i2tdsab:first-child:hover {
    color: #cdb4db;
}

.fta66ed371 .z4uekq8kys .fkvtuxd9zb .iqfwb9gohy {
    display: inline;
    margin: 0 10px;
    font-size: 20px;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .fta66ed371 .zf9bekwdj7 {
        margin-bottom: 32px;
    }
}

.fta66ed371 .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.fta66ed371 .zf9bekwdj7 .d4jurcsc0j:hover {
    color: #cdb4db;
}

.fta66ed371 .zf9bekwdj7 .hckcmljf63 {
    margin-bottom: 0;
}

.fta66ed371 .mx8atvm3lz .qa1ftkw7z5 {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .fta66ed371 .mx8atvm3lz .qa1ftkw7z5 {
        text-align: left;
    }
}

.fta66ed371 .l1mhew9cnx {
    display: flex;
    justify-content: flex-end;
    padding-left: 32px;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .fta66ed371 .l1mhew9cnx {
        justify-content: flex-start;
        padding-left: 0;
    }
}

@media (max-width: 425px) {
    .fta66ed371 .l1mhew9cnx {
        padding: 0;
    }
}

.fta66ed371 .l1mhew9cnx .jhnftiov19 {
    display: block;
    overflow: hidden;
}

.fta66ed371 .l1mhew9cnx .jhnftiov19:hover img {
    transform: scale(1.1, 1.1);
}

.fta66ed371 .l1mhew9cnx .jhnftiov19 img {
    width: 178px;
    height: 128px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.fta66ed371 .d4jurcsc0j {
    color: var(--backgroundText);
}

.fta66ed371 .xf3i2tdsab,
.fta66ed371 .iqfwb9gohy {
    color: #000000;
}

.fta66ed371 .qa1ftkw7z5 {
    color: #000000;
    text-align: right;
}

.fta66ed371 .d4jurcsc0j,
.fta66ed371 .z4uekq8kys {
    color: #000000;
}

.fta66ed371 .iqfwb9gohy {
    color: #000000;
}

.hb6nxodzti {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.hb6nxodzti .sqox7blvy6:focus,
.hb6nxodzti span:focus {
    outline: none;
}

.hb6nxodzti .sqox7blvy6 {
    cursor: pointer;
}

.hb6nxodzti .egs2faf4jo {
    grid-row-gap: 64px;
}

@media (max-width: 1200px) {
    .hb6nxodzti .egs2faf4jo {
        grid-row-gap: 32px;
    }
}

@media (max-width: 992px) {
    .hb6nxodzti .egs2faf4jo {
        grid-row-gap: 12px;
    }
}

.hb6nxodzti .grid-container-1,
.hb6nxodzti .grid-container-2,
.hb6nxodzti .fpmtg1tal1 {
    gap: 0 64px;
}

@media (max-width: 1200px) {

    .hb6nxodzti .grid-container-1,
    .hb6nxodzti .grid-container-2,
    .hb6nxodzti .fpmtg1tal1 {
        gap: 32px;
    }
}

@media (max-width: 992px) {

    .hb6nxodzti .grid-container-1,
    .hb6nxodzti .grid-container-2,
    .hb6nxodzti .fpmtg1tal1 {
        gap: 12px;
    }
}

.hb6nxodzti .d4jurcsc0j {
    margin-bottom: 54px;
    color: #000000;
    text-align: center;
}

@media (max-width: 992px) {
    .hb6nxodzti .d4jurcsc0j {
        margin-bottom: 19.5px;
    }
}

.hb6nxodzti .a3j3xvjbmy {
    max-width: 800px;
}

.hb6nxodzti .a2ib0s8iap,
.hb6nxodzti .y6l5ls4puh {
    overflow: hidden;
}

.hb6nxodzti .egs2faf4jo {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.hb6nxodzti .k72df220yd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hb6nxodzti .k72df220yd img {
    min-width: 30vw;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .hb6nxodzti .k72df220yd img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .hb6nxodzti .k72df220yd img {
        min-width: 35vw;
        height: 150px;
    }
}

.hb6nxodzti .grid-container-1,
.hb6nxodzti .grid-container-2,
.hb6nxodzti .fpmtg1tal1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.hb6nxodzti .grid-container-1 {
    align-items: flex-end;
}

.hb6nxodzti .grid-container-2 {
    align-items: flex-start;
}

.sxrjgyc4fy {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../{{param headingImage type=image prompt=headingImage}}");
}

.sxrjgyc4fy .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.sxrjgyc4fy .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sxrjgyc4fy .okr3vh2m2d {
    justify-content: center;
}

.sxrjgyc4fy .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .sxrjgyc4fy .okr3vh2m2d {
        padding: 0 12px;
    }
}

.sxrjgyc4fy .vhcziyolxl {
    z-index: 1;
}

.sxrjgyc4fy .d4jurcsc0j {
    margin-bottom: 32px;
    color: #ffffff;
}

.sxrjgyc4fy .hckcmljf63 {
    margin-bottom: 0;
    color: #FFFFFF;
}

.sxrjgyc4fy .d4jurcsc0j,
.sxrjgyc4fy .l1mhew9cnx {
    color: #FFFFFF;
}

.y491qs29r2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.y491qs29r2 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.y491qs29r2 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.y491qs29r2 .b9jadfgroj {
    margin-top: 32px;
}

@media (max-width: 992px) {
    .y491qs29r2 .b9jadfgroj {
        margin-top: 16px;
    }
}

.y491qs29r2 .links-container {
    margin-top: 64px;
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .y491qs29r2 .links-container {
        margin-top: 32px;
    }
}

.y491qs29r2 .links-container .links-wrapper {
    display: inline-flex;
    align-items: center;
}

.y491qs29r2 .links-container .links-wrapper .mbr-links {
    margin-bottom: 0;
}

.y491qs29r2 .links-container .links-wrapper .iqfwb9gohy {
    margin: 0 10px;
}

.y491qs29r2 .links-container .links-wrapper .i8vx2co6jy {
    display: flex;
    width: 13px;
    font-size: 11px;
    margin-right: 5px;
}

.y491qs29r2 .links-container .links-wrapper .i8vx2co6jy:hover {
    opacity: 0.7;
}

.y491qs29r2 .d4jurcsc0j {
    color: #181818;
}

.y491qs29r2 .mbr-person {
    color: #181818;
}

.y491qs29r2 .mbr-links,
.y491qs29r2 .iqfwb9gohy,
.y491qs29r2 .i8vx2co6jy {
    color: #181818;
}

.y491qs29r2 .d4jurcsc0j,
.y491qs29r2 .b9jadfgroj,
.y491qs29r2 .person-container,
.y491qs29r2 .links-container {
    text-align: center;
    color: #000000;
}

.y491qs29r2 .hckcmljf63 {
    text-align: center;
    color: #000000;
}

.ij9qop241o {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f6fbff;
}

.ij9qop241o .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.ij9qop241o .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ij9qop241o .okr3vh2m2d {
    justify-content: center;
}

.ij9qop241o .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .ij9qop241o .okr3vh2m2d {
        padding: 0 12px;
    }
}

.ij9qop241o .vhcziyolxl {
    z-index: 1;
}

.ij9qop241o .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.z3rxa9z3ct {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.z3rxa9z3ct .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.z3rxa9z3ct .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.z3rxa9z3ct .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .z3rxa9z3ct .okr3vh2m2d {
        padding: 0 12px;
    }
}

.z3rxa9z3ct .vhcziyolxl {
    z-index: 1;
}

.z3rxa9z3ct .zo2571i2xs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.z3rxa9z3ct .l1mhew9cnx {
    padding-right: 32px;
    padding-right: 0;
    padding-left: 32px;
}

@media (max-width: 992px) {
    .z3rxa9z3ct .l1mhew9cnx {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .z3rxa9z3ct .l1mhew9cnx {
        margin-bottom: 32px;
        padding: 0;
    }
}

.z3rxa9z3ct .l1mhew9cnx img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.z3rxa9z3ct .z4uekq8kys .fkvtuxd9zb {
    display: flex;
}

.z3rxa9z3ct .z4uekq8kys .fkvtuxd9zb .xf3i2tdsab {
    margin: 0;
}

.z3rxa9z3ct .z4uekq8kys .fkvtuxd9zb .xf3i2tdsab:first-child:hover {
    opacity: 0.7;
}

.z3rxa9z3ct .z4uekq8kys .fkvtuxd9zb .iqfwb9gohy {
    margin: 0 10px;
    font-size: 20px;
    opacity: 0.3;
}

@media (max-width: 992px) {
    .z3rxa9z3ct .zf9bekwdj7 {
        margin-bottom: 32px;
    }
}

.z3rxa9z3ct .zf9bekwdj7 .d4jurcsc0j {
    transition: 0.3s ease;
}

.z3rxa9z3ct .zf9bekwdj7 .d4jurcsc0j:hover {
    opacity: 0.7;
}

.z3rxa9z3ct .zf9bekwdj7 .hckcmljf63 {
    margin-bottom: 0;
}

.z3rxa9z3ct .person-container {
    margin-top: 24px;
    margin-bottom: 18px;
}

.z3rxa9z3ct .person-container .person-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 1rem;
}

@media (max-width: 992px) {
    .z3rxa9z3ct .person-container .person-wrapper {
        margin-bottom: 8px;
    }
}

.z3rxa9z3ct .person-container .person-wrapper img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px 5px 0 0;
}

.z3rxa9z3ct .person-container .person-wrapper .person-text .mbr-person {
    margin: 0;
}

.z3rxa9z3ct .person-container .person-wrapper .person-text .mbr-person:first-child {
    margin-bottom: -4px;
    transition: all 0.3s ease;
}

.z3rxa9z3ct .person-container .person-wrapper .person-text .mbr-person:first-child:hover {
    opacity: 0.7;
}

.z3rxa9z3ct .d4jurcsc0j {
    color: #181818;
}

.z3rxa9z3ct .xf3i2tdsab,
.z3rxa9z3ct .iqfwb9gohy {
    color: #000000;
}

.z3rxa9z3ct .mbr-person {
    color: #181818;
}

.cqvg0gbr19 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cqvg0gbr19 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.cqvg0gbr19 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cqvg0gbr19 .okr3vh2m2d {
    justify-content: center;
}

.cqvg0gbr19 .okr3vh2m2d {
    padding: 0 27px;
}

@media (max-width: 992px) {
    .cqvg0gbr19 .okr3vh2m2d {
        padding: 0 19px;
    }
}

.cqvg0gbr19 .sqox7blvy6 {
    padding: 0 5px !important;
}

.cqvg0gbr19 .vhcziyolxl {
    z-index: 1;
    padding: 0;
}

@media (max-width: 992px) {
    .cqvg0gbr19 .vhcziyolxl {
        padding: 0 5px;
    }
}

.cqvg0gbr19 .e0fj7wzwsq {
    width: 100%;
    height: 2px;
    background-color: #181818;
    margin-bottom: 46px;
}

.cqvg0gbr19 .d4jurcsc0j {
    margin-bottom: 64px;
    color: #000000;
}

@media (max-width: 992px) {
    .cqvg0gbr19 .d4jurcsc0j {
        margin-bottom: 32px;
    }
}

.cqvg0gbr19 .drf9o11i32 {
    width: 100%;
    display: block;
    margin-bottom: 64px;
}

.cqvg0gbr19 .drf9o11i32:hover .onmd63rmpx {
    color: #d9d9d9;
}

@media (max-width: 992px) {
    .cqvg0gbr19 .drf9o11i32 {
        margin-bottom: 32px;
    }
}

.cqvg0gbr19 .drf9o11i32 .onmd63rmpx {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .cqvg0gbr19 .z9awo8fj4y {
        margin-bottom: 12px;
    }
}

.cqvg0gbr19 .z9awo8fj4y .bhent81ghe img {
    height: 212px;
    object-fit: cover;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .cqvg0gbr19 .z9awo8fj4y .bhent81ghe img {
        height: 150px;
    }
}

.cqvg0gbr19 .z9awo8fj4y .bhent81ghe .hckcmljf63 {
    margin-bottom: 0;
}

.cqvg0gbr19 .onmd63rmpx {
    color: #000000;
    text-align: right;
}

.cqvg0gbr19 .mbr-like {
    color: #181818;
}

.cqvg0gbr19 .mbr-comment,
.cqvg0gbr19 .i8vx2co6jy {
    color: #181818;
}

.cqvg0gbr19 .hckcmljf63 {
    color: #181818;
}

.cqvg0gbr19 .hckcmljf63,
.cqvg0gbr19 .icon-container {
    color: #000000;
}

.pusf0efvrn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #011423;
}

.pusf0efvrn .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.pusf0efvrn .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pusf0efvrn .okr3vh2m2d {
    justify-content: center;
}

.pusf0efvrn .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .pusf0efvrn .okr3vh2m2d {
        padding: 0 12px;
    }
}

.pusf0efvrn .vhcziyolxl {
    z-index: 1;
}

.pusf0efvrn .zf9bekwdj7 {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .pusf0efvrn .zf9bekwdj7 {
        margin-bottom: 65px;
    }
}

.pusf0efvrn .zf9bekwdj7 .b3paermh9w {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .pusf0efvrn .zf9bekwdj7 .b3paermh9w {
        margin-bottom: 6.5px;
    }
}

.pusf0efvrn .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .pusf0efvrn .zf9bekwdj7 .d4jurcsc0j {
        margin-bottom: 19.5px;
    }
}

.pusf0efvrn .zf9bekwdj7 .hckcmljf63 {
    margin-bottom: 0;
}

.pusf0efvrn .ijhnw4lqq0 {
    margin-bottom: 5rem;
}

@media (max-width: 992px) {
    .pusf0efvrn .ijhnw4lqq0 {
        margin-bottom: 65px;
    }
}

.pusf0efvrn .ijhnw4lqq0 .i8vx2co6jy {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .pusf0efvrn .ijhnw4lqq0 .i8vx2co6jy {
        margin-bottom: 8px;
    }
}

.pusf0efvrn .ijhnw4lqq0 .puuw9pm7lx {
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    .pusf0efvrn .ijhnw4lqq0 .puuw9pm7lx {
        margin-bottom: 13px;
    }
}

.pusf0efvrn .ijhnw4lqq0 .hckcmljf63 {
    margin-bottom: 0;
}

.pusf0efvrn .e0fj7wzwsq {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .pusf0efvrn .e0fj7wzwsq {
        margin-bottom: 65px;
    }
}

.pusf0efvrn .d4jurcsc0j {
    color: #FFFFFF;
}

.pusf0efvrn .b3paermh9w {
    color: #FFFFFF;
}

.pusf0efvrn .hckcmljf63 {
    color: #FFFFFF;
}

.pusf0efvrn .puuw9pm7lx {
    color: #ffffff;
}

.pusf0efvrn .opcllt17lf {
    color: #FFFFFF;
}

.pusf0efvrn .puuw9pm7lx,
.pusf0efvrn .i8vx2co6jy {
    color: #FFFFFF;
}

.vo0mck61ul {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.vo0mck61ul .okr3vh2m2d {
    justify-content: center;
}

.vo0mck61ul .okr3vh2m2d {
    padding: 0;
}

@media (max-width: 992px) {
    .vo0mck61ul .okr3vh2m2d {
        padding: 0 12px;
    }
}

.vo0mck61ul .vhcziyolxl {
    z-index: 1;
}

.vo0mck61ul .p6dtd1ez6g {
    height: 30rem;
    position: relative;
}

.vo0mck61ul .p6dtd1ez6g iframe {
    height: 100%;
    width: 100%;
}

.vo0mck61ul .p6dtd1ez6g [data-state-details] {
    color: #6b6763;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.vo0mck61ul .p6dtd1ez6g[data-state] {
    background: #e9e5dc;
}

.vo0mck61ul .p6dtd1ez6g[data-state="loading"] [data-state-details] {
    display: none;
}

.vo0mck61ul .d4jurcsc0j {
    color: #000000;
}

.rr5ioh9x28 {
    background-image: url("photo-1611457195232-15f1475cd6b3.jpeg");
}

.rr5ioh9x28 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.rr5ioh9x28 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.rr5ioh9x28 .okr3vh2m2d {
    height: 800px;
}

@media (max-width: 992px) {
    .rr5ioh9x28 .okr3vh2m2d {
        height: 400px;
    }
}

.vos3gf3yp7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f6fbff;
}

.vos3gf3yp7 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.vos3gf3yp7 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.vos3gf3yp7 .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .vos3gf3yp7 .okr3vh2m2d {
        padding: 0 12px;
    }
}

.vos3gf3yp7 .vhcziyolxl {
    z-index: 1;
}

@media (max-width: 992px) {
    .vos3gf3yp7 .syds088x6r {
        margin-bottom: 8rem;
    }
}

.vos3gf3yp7 .syds088x6r .d4jurcsc0j {
    margin-bottom: 12px;
}

.vos3gf3yp7 .syds088x6r .d4jurcsc0j span {
    opacity: 0.6;
}

@media (max-width: 992px) {
    .vos3gf3yp7 .syds088x6r .d4jurcsc0j {
        margin-bottom: 9.5px;
    }
}

.vos3gf3yp7 .syds088x6r .hckcmljf63 {
    margin-bottom: 0;
}

.vos3gf3yp7 .l1mhew9cnx {
    display: flex;
    overflow: hidden;
}

.vos3gf3yp7 .l1mhew9cnx .jhnftiov19 {
    height: 292px;
    margin-right: 12px;
}

@media (max-width: 768px) {
    .vos3gf3yp7 .l1mhew9cnx .jhnftiov19 {
        height: 152px;
    }
}

.vos3gf3yp7 .l1mhew9cnx .jhnftiov19 img {
    width: 190px;
    height: 140px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .vos3gf3yp7 .l1mhew9cnx .jhnftiov19 img {
        width: 95px;
        height: 70px;
    }
}

.vos3gf3yp7 .l1mhew9cnx .jhnftiov19 img:first-child {
    margin-bottom: 12px;
}

.vos3gf3yp7 .l1mhew9cnx img {
    height: 292px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .vos3gf3yp7 .l1mhew9cnx img {
        height: 152px;
    }
}

.vos3gf3yp7 .oq5zo9rzgo {
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-bottom: 140px;
}

@media (max-width: 992px) {
    .vos3gf3yp7 .oq5zo9rzgo {
        margin-bottom: 114px;
    }
}

.vos3gf3yp7 .t1wi9g4sfz {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .vos3gf3yp7 .t1wi9g4sfz {
        margin-top: 65px;
    }
}

.vos3gf3yp7 .d4jurcsc0j {
    color: #000000;
}

.vos3gf3yp7 .hckcmljf63 {
    color: #000000;
}

.dswis9g04q {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.dswis9g04q .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.dswis9g04q .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.dswis9g04q .okr3vh2m2d {
    justify-content: left;
}

.dswis9g04q .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .dswis9g04q .okr3vh2m2d {
        padding: 0 12px;
    }
}

.dswis9g04q .vhcziyolxl {
    z-index: 1;
}

.dswis9g04q .ijhnw4lqq0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-direction: row;
}

@media (max-width: 992px) {
    .dswis9g04q .ijhnw4lqq0 {
        margin-bottom: 2rem;
        justify-content: left;
    }
}

.dswis9g04q .ijhnw4lqq0 .i8vx2co6jy {
    font-size: 24px;
    display: block;
    margin-right: 1rem;
    padding-top: 6px;
}

.dswis9g04q .ijhnw4lqq0 .syds088x6r .d4jurcsc0j {
    margin-bottom: 4px;
}

.dswis9g04q .ijhnw4lqq0 .syds088x6r .hckcmljf63 {
    margin-bottom: 0;
}

.dswis9g04q .e0fj7wzwsq {
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .dswis9g04q .e0fj7wzwsq {
        margin-bottom: 65px;
    }
}

.dswis9g04q .d4jurcsc0j,
.dswis9g04q .i8vx2co6jy {
    color: #000000;
}

.dswis9g04q .hckcmljf63 {
    color: #000000;
}

.se2qb0gj7k {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.se2qb0gj7k .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.se2qb0gj7k .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.se2qb0gj7k .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .se2qb0gj7k .okr3vh2m2d {
        padding: 0 12px;
    }
}

.se2qb0gj7k .vhcziyolxl {
    z-index: 1;
}

.se2qb0gj7k .zf9bekwdj7 {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .se2qb0gj7k .zf9bekwdj7 {
        margin-bottom: 15px;
    }
}

.se2qb0gj7k .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 0;
}

.se2qb0gj7k .hckcmljf63 {
    margin-bottom: 32px;
    color: #181818;
}

.se2qb0gj7k .hckcmljf63 .hckcmljf63 {
    margin-bottom: 0;
}

.se2qb0gj7k .ijhnw4lqq0 {
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 {
    background-color: transparent;
    padding: 32px 0;
    border: none;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    background-color: #cdb4db;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: none;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3:hover .ydzqf40jzt {
    color: #000000;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3:hover .i8vx2co6jy {
    color: #000000;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3:focus .ydzqf40jzt {
    color: #000000;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3:focus::after {
    display: block;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3:focus .i8vx2co6jy {
    color: #000000;
    transform: rotate(45deg);
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3 .ydzqf40jzt {
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.se2qb0gj7k .ijhnw4lqq0 .n2m92dyob2 .c46myv43y3 .i8vx2co6jy {
    margin: 0 12px;
    transition: all 0.3s ease;
    z-index: 1;
}

.se2qb0gj7k .ijhnw4lqq0 .gzc9kg2t46 .a17a4l4gve .awuovx12bl {
    margin-bottom: 32px;
}

.se2qb0gj7k .d4jurcsc0j {
    color: #181818;
}

.se2qb0gj7k .ydzqf40jzt,
.se2qb0gj7k .i8vx2co6jy {
    color: #000000;
}

.se2qb0gj7k .awuovx12bl {
    color: #181818;
}

.cid-v2xbOjefD9 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-image: url("photo-1761467235682-3d263c691cd4.jpeg");
}

.cid-v2xbOjefD9 .sfytsjg7ok {
    background: #011423;
    opacity: 0.7;
}

.cid-v2xbOjefD9 .sqox7blvy6:focus,
.cid-v2xbOjefD9 span:focus {
    outline: none;
}

.cid-v2xbOjefD9 .y6l5ls4puh {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-v2xbOjefD9 .sqox7blvy6 {
    color: #ffffff;
    min-height: 90px;
}

@media (max-width: 768px) {
    .cid-v2xbOjefD9 .sqox7blvy6 {
        min-height: 45px;
    }
}

.ushroyryqj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.ushroyryqj .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.ushroyryqj .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ushroyryqj .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .ushroyryqj .okr3vh2m2d {
        padding: 0 12px;
    }
}

.ushroyryqj .vhcziyolxl {
    z-index: 1;
}

.ushroyryqj .e0fj7wzwsq {
    width: 100%;
    height: 2px;
    background-color: #181818;
    margin-bottom: 46px;
}

.ushroyryqj .d4jurcsc0j {
    margin-bottom: 62px;
    color: #000000;
}

.ushroyryqj .drf9o11i32 {
    width: 100%;
    display: block;
    margin-bottom: 62px;
}

.ushroyryqj .drf9o11i32:hover .onmd63rmpx {
    color: #cdb4db;
}

.ushroyryqj .drf9o11i32:hover .onmd63rmpx span {
    color: #cdb4db;
}

.ushroyryqj .drf9o11i32 .onmd63rmpx {
    transition: all 0.3s ease;
    margin-bottom: 62px;
}

.ushroyryqj .drf9o11i32 .onmd63rmpx span {
    margin-left: 1px;
    font-size: 13px;
}

.ushroyryqj .ijhnw4lqq0 {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .ushroyryqj .ijhnw4lqq0 {
        margin-bottom: 40px;
    }
}

.ushroyryqj .ijhnw4lqq0 .fcagdjh51c .mx8atvm3lz {
    margin-bottom: 24px;
    display: flex;
}

.ushroyryqj .ijhnw4lqq0 .fcagdjh51c .mx8atvm3lz .qa1ftkw7z5 {
    margin-bottom: 0;
}

.ushroyryqj .ijhnw4lqq0 .fcagdjh51c .mx8atvm3lz .iqfwb9gohy {
    margin: 0 10px;
    font-size: 20px;
    opacity: 0.3;
}

.ushroyryqj .ijhnw4lqq0 .hckcmljf63 {
    margin-bottom: 0;
}

.ushroyryqj .hckcmljf63 {
    color: #181818;
}

.ushroyryqj .onmd63rmpx {
    color: #181818;
    text-align: right;
}

.ushroyryqj .qa1ftkw7z5,
.ushroyryqj .iqfwb9gohy {
    color: #181818;
}

.ushroyryqj .qa1ftkw7z5 {
    text-align: left;
    color: #000000;
}

.ushroyryqj .onmd63rmpx,
.ushroyryqj .i8vx2co6jy {
    color: #000000;
}

.ushroyryqj .hckcmljf63,
.ushroyryqj .fcagdjh51c {
    color: #000000;
}

.x0i3uy00af {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../{{param headingImage type=image prompt=headingImage}}");
}

.x0i3uy00af .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.x0i3uy00af .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.x0i3uy00af .okr3vh2m2d {
    justify-content: center;
}

.x0i3uy00af .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .x0i3uy00af .okr3vh2m2d {
        padding: 0 12px;
    }
}

.x0i3uy00af .vhcziyolxl {
    z-index: 1;
}

.x0i3uy00af .l1mhew9cnx {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .x0i3uy00af .l1mhew9cnx {
        margin-bottom: 20px;
    }
}

.x0i3uy00af .l1mhew9cnx img {
    display: inline-block;
    width: 100px;
    object-fit: cover;
}

.x0i3uy00af .zf9bekwdj7 {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .x0i3uy00af .zf9bekwdj7 {
        margin-bottom: 20px;
    }
}

.x0i3uy00af .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 0;
}

.x0i3uy00af .syds088x6r {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .x0i3uy00af .syds088x6r {
        margin-bottom: 65px;
    }
}

.x0i3uy00af .syds088x6r .hckcmljf63 {
    margin-bottom: 0;
}

.x0i3uy00af .e0fj7wzwsq {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.x0i3uy00af .d4jurcsc0j {
    color: #ffffff;
}

.x0i3uy00af .hckcmljf63 {
    color: #FFFFFF;
}

.x0i3uy00af .d4jurcsc0j,
.x0i3uy00af .l1mhew9cnx {
    color: #FFFFFF;
}

.n6zhr020km {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.n6zhr020km .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .n6zhr020km .okr3vh2m2d {
        padding: 0 12px;
    }
}

.n6zhr020km .okr3vh2m2d {
    justify-content: center;
}

.n6zhr020km .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.n6zhr020km .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n6zhr020km .vhcziyolxl {
    z-index: 1;
}

.n6zhr020km .b3paermh9w {
    margin-bottom: 60px;
    color: #181818;
}

.n6zhr020km .d4jurcsc0j {
    margin-bottom: 60px;
    color: #000000;
}

.n6zhr020km .xdy33og8xu {
    margin-bottom: 22px;
}

@media (max-width: 992px) {
    .n6zhr020km .xdy33og8xu {
        margin-bottom: 19px;
    }
}

.n6zhr020km .xdy33og8xu .w7qril94ab {
    padding: 0;
    box-shadow: none;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0;
    font-size: 16px;
    background-color: transparent;
}

.n6zhr020km .xdy33og8xu .w7qril94ab:hover,
.n6zhr020km .xdy33og8xu .w7qril94ab:focus {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
}

.n6zhr020km .xdy33og8xu .form-check {
    margin-bottom: 0;
}

.n6zhr020km .xdy33og8xu .form-check .form-check-input {
    width: 12px;
    height: 12px;
    border-radius: 0 !important;
    margin-left: -24px;
}

.n6zhr020km .xdy33og8xu .form-check .form-check-label {
    font-size: 12px;
}

.n6zhr020km LABEL {
    color: #454545;
}

.gkgbqfiq6e {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.gkgbqfiq6e .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.gkgbqfiq6e .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.gkgbqfiq6e .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .gkgbqfiq6e .okr3vh2m2d {
        padding: 0 12px;
    }
}

.gkgbqfiq6e .vhcziyolxl {
    z-index: 1;
}

.gkgbqfiq6e .b3paermh9w {
    margin-bottom: 8px;
    color: #000000;
}

@media (max-width: 992px) {
    .gkgbqfiq6e .b3paermh9w {
        margin-bottom: 6.5em;
    }
}

.gkgbqfiq6e .d4jurcsc0j {
    margin-bottom: 0;
    color: #000000;
}

@media (max-width: 992px) {
    .gkgbqfiq6e .d4jurcsc0j {
        margin-bottom: 19.5px;
    }
}

.gkgbqfiq6e .hckcmljf63 {
    margin-bottom: 48px;
    color: #000000;
}

@media (max-width: 992px) {
    .gkgbqfiq6e .hckcmljf63 {
        margin-bottom: 39px;
    }
}

.gkgbqfiq6e .ijhnw4lqq0 {
    margin-bottom: 4rem;
}

.gkgbqfiq6e .ijhnw4lqq0 .i8vx2co6jy {
    font-size: 40px;
    color: #a1a1a1;
}

.gkgbqfiq6e .ijhnw4lqq0 .puuw9pm7lx {
    margin: 32px 0 25px;
    line-height: 0.32;
}

@media (max-width: 992px) {
    .gkgbqfiq6e .ijhnw4lqq0 .puuw9pm7lx {
        margin: 26px 0 20px;
    }
}

.gkgbqfiq6e .ijhnw4lqq0 .do7x6qnv9s {
    margin-bottom: 28px;
}

@media (max-width: 992px) {
    .gkgbqfiq6e .ijhnw4lqq0 .do7x6qnv9s {
        margin-bottom: 23px;
    }
}

.gkgbqfiq6e .ijhnw4lqq0 .do7x6qnv9s span {
    opacity: 0.8;
}

.gkgbqfiq6e .ijhnw4lqq0 .opcllt17lf {
    margin-bottom: 0;
}

.gkgbqfiq6e .puuw9pm7lx {
    color: #181818;
}

.gkgbqfiq6e .do7x6qnv9s {
    color: #000000;
}

.gkgbqfiq6e .opcllt17lf {
    color: #000000;
}

.gkgbqfiq6e .puuw9pm7lx,
.gkgbqfiq6e .i8vx2co6jy {
    color: #000000;
}

.gz5vkjk67s .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.gz5vkjk67s .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("background3.jpg");
}

.gz5vkjk67s .okr3vh2m2d {
    height: 800px;
}

@media (max-width: 992px) {
    .gz5vkjk67s .okr3vh2m2d {
        height: 400px;
    }
}

.dtzxeznhu0 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.dtzxeznhu0 .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.dtzxeznhu0 .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.dtzxeznhu0 .b9jadfgroj {
    margin-top: 32px;
}

@media (max-width: 992px) {
    .dtzxeznhu0 .b9jadfgroj {
        margin-top: 16px;
    }
}

.dtzxeznhu0 .links-container {
    margin-top: 64px;
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .dtzxeznhu0 .links-container {
        margin-top: 32px;
    }
}

.dtzxeznhu0 .links-container .links-wrapper {
    display: inline-flex;
    align-items: center;
}

.dtzxeznhu0 .links-container .links-wrapper .mbr-links {
    margin-bottom: 0;
}

.dtzxeznhu0 .links-container .links-wrapper .iqfwb9gohy {
    margin: 0 10px;
}

.dtzxeznhu0 .links-container .links-wrapper .i8vx2co6jy {
    display: flex;
    width: 13px;
    font-size: 11px;
    margin-right: 5px;
}

.dtzxeznhu0 .links-container .links-wrapper .i8vx2co6jy:hover {
    opacity: 0.7;
}

.dtzxeznhu0 .d4jurcsc0j {
    color: #181818;
}

.dtzxeznhu0 .mbr-person {
    color: #181818;
}

.dtzxeznhu0 .mbr-links,
.dtzxeznhu0 .iqfwb9gohy,
.dtzxeznhu0 .i8vx2co6jy {
    color: #181818;
}

.dtzxeznhu0 .d4jurcsc0j,
.dtzxeznhu0 .b9jadfgroj,
.dtzxeznhu0 .person-container,
.dtzxeznhu0 .links-container {
    text-align: center;
    color: #000000;
}

.dtzxeznhu0 .hckcmljf63 {
    text-align: center;
    color: #000000;
}

.bjfk80kq5k {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.bjfk80kq5k .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.bjfk80kq5k .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.bjfk80kq5k .okr3vh2m2d {
    justify-content: center;
}

.bjfk80kq5k .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .bjfk80kq5k .okr3vh2m2d {
        padding: 0 12px;
    }
}

.bjfk80kq5k .vhcziyolxl {
    z-index: 1;
}

.bjfk80kq5k .b3paermh9w {
    margin-bottom: 8px;
    color: #000000;
}

@media (max-width: 992px) {
    .bjfk80kq5k .b3paermh9w {
        margin-bottom: 6.5em;
    }
}

.bjfk80kq5k .d4jurcsc0j {
    margin-bottom: 54px;
    color: #000000;
}

@media (max-width: 992px) {
    .bjfk80kq5k .d4jurcsc0j {
        margin-bottom: 19.5px;
    }
}

.bjfk80kq5k .hckcmljf63 {
    margin-bottom: 54px;
    color: #000000;
}

@media (max-width: 992px) {
    .bjfk80kq5k .hckcmljf63 {
        margin-bottom: 44px;
    }
}

.bjfk80kq5k .sqox7blvy6 {
    margin-bottom: 4rem;
}

.bjfk80kq5k .sqox7blvy6:nth-child(odd) {
    padding-left: 24px;
}

@media (max-width: 768px) {
    .bjfk80kq5k .sqox7blvy6:nth-child(odd) {
        padding: 0 12px;
    }
}

.bjfk80kq5k .sqox7blvy6:nth-child(even) {
    padding-right: 24px;
}

@media (max-width: 768px) {
    .bjfk80kq5k .sqox7blvy6:nth-child(even) {
        padding: 0 12px;
    }
}

.bjfk80kq5k .sqox7blvy6 .z9awo8fj4y {
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}

.bjfk80kq5k .sqox7blvy6 .z9awo8fj4y:hover {
    transform: translateY(-10px);
}

.bjfk80kq5k .sqox7blvy6 .z9awo8fj4y img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 22px;
}

@media (max-width: 768px) {
    .bjfk80kq5k .sqox7blvy6 .z9awo8fj4y img {
        height: 220px;
    }
}

.bjfk80kq5k .sqox7blvy6 .z9awo8fj4y .do7x6qnv9s {
    margin-bottom: 4px;
}

.bjfk80kq5k .sqox7blvy6 .z9awo8fj4y .puuw9pm7lx {
    margin-bottom: 0;
}

.bjfk80kq5k .puuw9pm7lx {
    color: #000000;
}

.bjfk80kq5k .do7x6qnv9s {
    color: #000000;
}

.l6pnmi44qq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.l6pnmi44qq .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.l6pnmi44qq .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.l6pnmi44qq .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .l6pnmi44qq .okr3vh2m2d {
        padding: 0 12px;
    }
}

.l6pnmi44qq .sqox7blvy6 {
    z-index: 1;
}

.l6pnmi44qq .zf9bekwdj7 {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .l6pnmi44qq .zf9bekwdj7 {
        margin-bottom: 65px;
    }
}

.l6pnmi44qq .zf9bekwdj7 .b3paermh9w {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .l6pnmi44qq .zf9bekwdj7 .b3paermh9w {
        margin-bottom: 6.5px;
    }
}

.l6pnmi44qq .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 0;
}

.l6pnmi44qq .syds088x6r .hckcmljf63 {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .l6pnmi44qq .z9awo8fj4y {
        margin-top: 48px;
    }
}

.l6pnmi44qq .z9awo8fj4y .sti0thcvgd {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .l6pnmi44qq .z9awo8fj4y .sti0thcvgd {
        margin-bottom: 8px;
    }
}

.l6pnmi44qq .z9awo8fj4y .sti0thcvgd .i8vx2co6jy {
    font-size: 30px;
    color: #000000;
}

.l6pnmi44qq .z9awo8fj4y .puuw9pm7lx {
    margin-bottom: 0;
}

.l6pnmi44qq .z9awo8fj4y .puuw9pm7lx span {
    opacity: 0.6;
}

@media (max-width: 992px) {
    .l6pnmi44qq .z9awo8fj4y .puuw9pm7lx {
        margin-bottom: 13px;
    }
}

.l6pnmi44qq .e0fj7wzwsq {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .l6pnmi44qq .e0fj7wzwsq {
        margin-bottom: 65px;
    }
}

.l6pnmi44qq .d4jurcsc0j {
    color: #000000;
    text-align: center;
}

.l6pnmi44qq .b3paermh9w {
    color: #000000;
    text-align: center;
}

.l6pnmi44qq .puuw9pm7lx {
    color: #181818;
}

.l6pnmi44qq .puuw9pm7lx,
.l6pnmi44qq .sti0thcvgd {
    text-align: center;
    color: #000000;
}

.d75e8dz2pg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.d75e8dz2pg .okr3vh2m2d {
    padding: 0 1rem;
}

@media (max-width: 992px) {
    .d75e8dz2pg .okr3vh2m2d {
        padding: 0 12px;
    }
}

.d75e8dz2pg .j6v8i2ts6i.ycp0vsvj4y {
    display: none;
}

.d75e8dz2pg .j6v8i2ts6i {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.d75e8dz2pg .zf9bekwdj7 {
    display: block;
}

.d75e8dz2pg .zf9bekwdj7 .d4jurcsc0j {
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .d75e8dz2pg .zf9bekwdj7 .d4jurcsc0j {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.d75e8dz2pg .hckcmljf63 {
    margin-bottom: 0;
    color: #000000;
}

@media (max-width: 992px) {
    .d75e8dz2pg .hckcmljf63 {
        margin-bottom: 24px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .d75e8dz2pg .hy1zmhkmza {
        margin-bottom: 48px;
    }
}

.d75e8dz2pg .hy1zmhkmza .r17p3ct1fn {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .d75e8dz2pg .hy1zmhkmza .r17p3ct1fn {
        text-align: center;
    }
}

.d75e8dz2pg .hy1zmhkmza .bcdv6dx50x {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 992px) {
    .d75e8dz2pg .hy1zmhkmza .bcdv6dx50x {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .d75e8dz2pg .hy1zmhkmza .bcdv6dx50x .dd00ppc1m6 {
        margin-left: 8px;
    }

    .d75e8dz2pg .hy1zmhkmza .bcdv6dx50x .dd00ppc1m6:first-child {
        margin-left: 0;
    }
}

.d75e8dz2pg .soc-wrapper .mbr-soc-title {
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .d75e8dz2pg .soc-wrapper .mbr-soc-title {
        text-align: center;
    }
}

.d75e8dz2pg .soc-wrapper .soc-item {
    padding: 8px 0;
}

.d75e8dz2pg .soc-wrapper .soc-item a {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 992px) {
    .d75e8dz2pg .soc-wrapper .soc-item a {
        width: 100%;
        justify-content: center;
    }
}

.d75e8dz2pg .soc-wrapper .soc-item a .i8vx2co6jy {
    font-size: 14px;
    display: block;
    margin-right: 8px;
}

.d75e8dz2pg .soc-wrapper .soc-item a .mbr-soc {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.d75e8dz2pg .soc-wrapper .soc-item a .mbr-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 16px;
    padding: 0 2px;
    margin-left: 8px;
    background-color: #181818;
    border-radius: 50px;
    margin-bottom: 0;
}

.d75e8dz2pg .copyright {
    margin-top: 48px;
    border-top: 2px solid #181818;
    padding-top: 48px;
    margin-bottom: 0;
    color: #000000;
    text-align: center;
}

.d75e8dz2pg .d4jurcsc0j {
    color: #000000;
}

.d75e8dz2pg .r17p3ct1fn {
    color: #000000;
}

.d75e8dz2pg .mbr-soc-title {
    color: #a1a1a1;
}

.d75e8dz2pg .bcdv6dx50x {
    color: #000000;
}

.d75e8dz2pg .mbr-soc {
    color: #181818;
}

.d75e8dz2pg .mbr-num {
    color: #ffffff;
}

.d75e8dz2pg .mbr-soc-title,
.d75e8dz2pg .soc-item {
    color: #000000;
}